    body .parallax2 {
        background-image: url("../../src/images/Get\ In\ Touch.png");
        height: 400px;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    #getInTouch #color {
        /* background-color: rgba(244, 127, 32, 0.3); */
        /* background-color: rgba(10, 89, 157, 0.3); */
        background-color: rgba(85, 85, 85, 0.7);
        width: 100%;
        height: 100%;
    }
    
    body .parallax2 #textLogo {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    
    body .parallax2 #textLogo #text {
        color: white;
        font-family: var(--H-font)!important;
        font-size: 2.5rem;
        text-transform: uppercase;
        margin-bottom: 2rem;
        cursor: pointer;
    }
    
    body .parallax2 #textLogo #logo {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    #getInTouch #color #textLogo #logo i {
        color: white;
        font-size: 80px;
        margin: 0 50px;
    }
    
    #getInTouch #color #textLogo #logo a:hover i {
        color: var(--txt-color2);
    }
    
    @media (max-width: 1100px) {
        body .parallax2 #textLogo #text {
            font-size: 2rem;
            margin-bottom: 1.7rem;
        }
        #getInTouch #color #textLogo #logo i {
            font-size: 70px;
        }
        body .parallax2 {
            height: 350px;
        }
    }
    
    @media (max-width: 768px) {
        body .parallax2 #textLogo #text {
            font-size: 1.7rem;
            margin-bottom: 1.5rem;
        }
        #getInTouch #color #textLogo #logo i {
            font-size: 60px;
        }
        body .parallax2 {
            height: 250px;
        }
    }
    
    @media (max-width: 700px) {
        body .parallax2 #textLogo #text {
            font-size: 1.5rem;
            margin-bottom: 1.5rem;
        }
        #getInTouch #color #textLogo #logo i {
            font-size: 50px;
            margin: 0px 30px;
        }
        body .parallax2 {
            height: 200px;
        }
    }